.typeSelectView {
  margin-left: 0.8229rem;
  margin-right: 0.8229rem;
}
.typeSelectView .typeSelect {
  display: flex;
  margin: 0.3906rem 0;
}
.typeSelectView .typeSelect li {
  flex: 1;
  font-size: 0.2188rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #949495;
  position: relative;
  cursor: pointer;
}
.typeSelectView .typeSelect li:after {
  content: "";
  position: absolute;
  height: 0.2031rem;
  width: 0.0104rem;
  background: #949495;
  top: 16%;
  right: 30%;
}
.typeSelectView .typeSelect li:first-child:after {
  content: "";
  position: absolute;
  height: 0.2031rem;
  width: 0.0104rem;
  background: #949495;
  top: 16%;
  right: 40%;
}
.typeSelectView .typeSelect li:last-child:after {
  content: none;
}
.typeSelectView .typeSelect .textcenter {
  text-align: center;
}
.typeSelectView .typeSelect .textend {
  text-align: end;
}
.typeSelectView .typeSelect .lineview {
  background-color: #210142;
}
.typeSelectView .typeSelect .currentType {
  color: #210142;
}
.newsListView {
  margin-left: 0.7292rem;
  margin-right: 0.7292rem;
}
.newsListView .newsList {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*margin-bottom: 0.4688rem;*/
}
.newsListView .newsList .newsItem {
  margin: 0 1% 0.4688rem;
  padding: 0.1823rem 2% 0.4688rem;
  background-color: #FFFFFF;
  flex-grow: 1;
  max-width: 27.3%;
}
.newsListView .newsList .newsItem .itemimg {
  width: 100%;
}
.newsListView .newsList .newsItem p {
  word-wrap: break-word;
  word-break: break-all;
  font-family: Source Han Sans CN;
  color: #210142;
}
.newsListView .newsList .newsItem .timeview {
  margin-top: 0.1042rem;
  font-size: 0.1354rem;
  font-weight: 500;
}
.newsListView .newsList .newsItem .lineview {
  margin: 0.0781rem 0;
  width: 0.1354rem;
  height: 0.0208rem;
  background-color: #210142;
}
.newsListView .newsList .newsItem .titleview {
  font-size: 0.1823rem;
  font-weight: 400;
}
.pagination {

    display: flex;
    justify-content: center;
    margin-bottom: 0.4688rem;
}

.pagination li {
    padding: 2px 8px;
    margin-left: 10px;
    border-radius: 5px;
    background: white;
    color: black;
    cursor: pointer;
}

.pagination .active {
    background: dodgerblue;
    color: white;
}

.page_input {
    width: 50px;
    padding-left: 10px;
    border-radius: 4px;
    margin: 0 10px;
}

/*# sourceMappingURL=./newsCenter.css.map */